翻訳と辞書
Words near each other
・ stone age
・ stone knives and bearskins
・ stoneman
・ stop bit
・ stoppage
・ storage
・ storage allocation and coding program
・ storage management services
・ store
・ store and forward
stored procedure
・ storm
・ story of mel
・ stp
・ stp4
・ strachey, christopher
・ strand
・ strand88
・ stratus
・ strawman


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

stored procedure : FOLDOC
stored procedure
A subroutine stored in a database and executed by the database management system. The subroutine may be written in the same language in which the database is queried and may be precompiled to improve performance.
Typically a stored procedure encapsulates some business process. Performing this on the database server avoids the network overhead of transferring input data to the client for processing. This would be particularly significant if processing lots of data and returning a small result set like a total or maximum. Stored procedures also provide consistent implementation of the business logic to clients written in different languages and running in different environments.
Some financial systems allow databases access through stored procedures alone, this restricts actions on the data to a small number of auditable queries.
Sybase SQL Server (Adaptive Server Enterprise) was the first commercially successful RDBMS to support stored procedures.
(2004-


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.